home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
Miscellaneous
/
Headlines Code
/
Headlines Project ƒ
/
SpyooDisplay.h
< prev
Wrap
Text File
|
1992-07-17
|
618b
|
33 lines
/*
* SpyooDisplay.h
*
*/
/******************************/
#pragma once
/******************************/
#include "HeadlinesMain.h"
/******************************/
/* Set up for display. */
extern OSErr setupDisplay(void);
/* Put a headline up on the screen. */
extern OSErr display(GMParamBlockPtr params, RgnHandle blankRgn,
char *s, short deftag, unsigned short maxNTicksToSnuggle,
Boolean cantGiveUp);
/* Remove the headline from the screen. */
extern OSErr remove(GMParamBlockPtr params, RgnHandle blankRgn);
/* Shut down for display */
extern OSErr shutdownDisplay(GMParamBlockPtr params);